Skip to content

Conversation

ashishb
Copy link

@ashishb ashishb commented Mar 7, 2023

Replace

import { InjectionKey } from 'vue'

with

import type { InjectionKey } from 'vue'

As the types should now be explicitly imported as type-only imports

Replace 

```ts
import { InjectionKey } from 'vue'
```
with
```ts
import type { InjectionKey } from 'vue'
```

As the types should now be explicitly imported as type-only imports
@netlify
Copy link

netlify bot commented Mar 7, 2023

Deploy Preview for vuex-docs ready!

Name Link
🔨 Latest commit 5e27ce4
🔍 Latest deploy log https://app.netlify.com/sites/vuex-docs/deploys/640703390c8a5c00083e0a44
😎 Deploy Preview https://deploy-preview-2215--vuex-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant